home *** CD-ROM | disk | FTP | other *** search
/ Armageddon - Interactive Preview / Interactive Preview: Armageddon.iso / mac / CREDITS.dxr / 00003_quit.ls < prev    next >
Encoding:
Text File  |  1998-05-18  |  88 b   |  8 lines

  1. on exitFrame
  2.   if the runMode = "AUTHOR" then
  3.     halt()
  4.   else
  5.     quit()
  6.   end if
  7. end
  8.